home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tokyo Night Life Interactive
/
Tokyo Night Life Interactive.iso
/
pc
/
main
/
nozoki_b
/
00208_Script_208
< prev
next >
Wrap
Text File
|
1995-06-22
|
108b
|
10 lines
set temp = random(2)
if temp = 1 then
go to "YO"
exit
else
go to "WA"
exit
end if